home *** CD-ROM | disk | FTP | other *** search
/ Magic Publisher / Magic Publisher (1996)(Schatztruhe)(Disc 1 of 4).iso / NewIcons&MUI < prev    next >
Text File  |  1996-02-14  |  1KB  |  49 lines

  1. ; -------------------------------------------
  2. ; Install NewIcons
  3. ; -------------------------------------------
  4.  
  5.  
  6. cd :PD-Shareware/Icon/NewIcons/NewIconsV2/Install
  7.  
  8. Echo "Welcome to the NewIcons and MUI Installer-Script"
  9. Echo "Do you want to install NewIcons permanently?*n"
  10. Echo "Willkommen zum NewIcons und MUI Installer-Skript"
  11. Echo "Möchten Sie NewIcons permanent installieren?*n"
  12.  
  13. Ask "(Y)es/(N)o...Ja/Nein"
  14.  
  15. IF WARN 
  16.   Echo "Please confirm once more that you want to"
  17.   Echo "install NewIcons! It's difficult to remove"
  18.   Echo "afterwards!!!!!!!!*n"
  19.   Echo "Bitte bestätigen Sie erneut, daß Sie NewIcons"
  20.   Echo "Installieren möchten! Es ist schwierig es hinterher"
  21.   Echo "aus dem System zu entfernen!!!!!!!"
  22.   Ask "(y/n)"
  23.   IF WARN 
  24.     :c/Installer >NIL: Install_NewIcons appname NewIcons LANGUAGE $LANGUAGE
  25.   ENDIF
  26. ELSE
  27.   ASSIGN Libs: /Libs ADD
  28.   /C/newicons
  29.   /C/deficons
  30.   :c/RequestChoice >NIL: "Install NewIcons" "Please close the Workbench-Windows*nand reopen them!*n*nSchliessen Sie bitte alle Workbench-*nFenster und öffnen Sie sie erneut!" "Ok!"
  31. ENDIF
  32.  
  33. ; -------------------------------------------
  34. ; Install MUI
  35. ; -------------------------------------------
  36.  
  37. Echo "Would you like to install MUI?*n"
  38. Echo "Möchten Sie MUI installieren?"
  39.  
  40. Ask "(Y)es/(N)o...Ja/Nein"
  41.  
  42. IF WARN
  43.   cd :MUI/Install
  44.   :c/Installer >NIL: Install-MUI appname MUI LANGUAGE $LANGUAGE
  45. ENDIF
  46.  
  47. Echo "*nInstallation finished... Close this window!*n"
  48. Echo "Installation beendet... Schliessen Sie dieses Fenster!*n"
  49.